need write permission for upload tool (#1377)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sun, 10 Nov 2024 22:23:36 +0000 (15:23 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Nov 2024 22:23:36 +0000 (15:23 -0700)
.github/workflows/macos.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml

index 5954a284554d4d1b33315128b7b2547809148d9a..74894a8d4bb19a464f48f3d431d83675bc4d6596 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     name: macOS Build
     permissions:
       id-token: write
-      contents: read
+      contents: write
       attestations: write
     runs-on: ${{ matrix.os }}
     strategy:
index 973a12cfdcd33f78860b7a42523c3a35f66629c2..bc065153f8cf2a5eb464f2c34135a0e9115850b8 100644 (file)
@@ -88,7 +88,7 @@ jobs:
     name: snap Build
     permissions:
       id-token: write
-      contents: read
+      contents: write
       attestations: write
     runs-on: ubuntu-latest
     outputs:
index bac4c141e9b5658d3d015e24b1c36a73b8f7742d..bd328299530eeaa0fd761df5adde5cabf53b4eb7 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     name: windows Build
     permissions:
       id-token: write
-      contents: read
+      contents: write
       attestations: write
     runs-on: ${{ matrix.os }}
     strategy: